home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / plan / README < prev   
Text File  |  1994-08-01  |  6KB  |  113 lines

  1.  
  2. plan - an X/Motif day planner
  3. -----------------------------
  4.  
  5. Plan is a schedule planner based on X/Motif. It displays a month calendar
  6. similar to xcal, but every day box is large enough to show appointments
  7. in small print. By pressing on a day box, the appointments for that day
  8. can be listed and edited. Appointments are entered with the following
  9. information (everything except the time is optional):
  10.  
  11. - the date, time, and length of the appointment
  12. - an optional text message to be printed,
  13. - an optional script to be executed,
  14. - early-warn and late-warn triggers that precede the alarm time
  15. - repetitions: [n-th] weekdays, days-of-the-month, every n days, yearly
  16. - optional fast command-line appointment entry
  17. - flexible ways to specify holidays and vacations
  18. - extensive context help
  19.  
  20. The action being taken when a warn or alarm time is reached is programmable;
  21. by default a window pops up. In addition, a program can be executed, or mail
  22. can be sent. Other methods of listing appointments (today, this week, next
  23. week, or a keyword search for regular expressions) are also available. Plan
  24. can be configured to display times in 12-hour or 24-hour formats, mmddyy and
  25. ddmmyy date formats, and can show either Monday or Sunday in the leftmost
  26. column. Three view modes are supported: one month, one year, and one week.
  27. The week view plots appointments as colored and labelled bars in a hour vs.
  28. day chart, and allows other users' appointments to be included.
  29.  
  30. You do not need root access to install and run these programs. Edit the
  31. Makefile to change the installation directories (default /usr/local/bin),
  32. and run "make <systemname>". Default is sgi. For a list of supported system
  33. names, run "make help".
  34.  
  35. You'll have to copy the nroff manpage plan.[14], or the plain-text manpage
  36. plan.[14]cat (don't forget to strip the "cat") to your manpage directories
  37. manually, because that _does_ require root privileges.
  38.  
  39.  
  40. This distributions creates three binaries:
  41.  
  42. plan        the schedule program. It displays the calendar and allows
  43.             entry of appointments. It writes everything to a .dayplan*
  44.             files in the user's home directory. It does not check for
  45.             alarms, this is done by the pland daemon. plan informs pland
  46.             when the ~/.dayplan file changed by sending a hangup signal
  47.             to pland. plan can be used without the other programs, but
  48.             no alarms will be triggered.
  49.  
  50. pland       the daemon that waits for alarm events, and pops up windows,
  51.             sends mail, and/or executes a program when an alarm time is
  52.             reached. It creates a lockfile /tmp/.planUID, with UID being
  53.             the user's user ID. The lockfile prevents multiple pland's.
  54.             It also contains pland's process ID, which is read by plan
  55.             to find out where the hangup signals should be sent. pland
  56.             should be started in the user's .sgisession or .xsession file.
  57.  
  58. notifier    a program that prints a file (or standard input) into a
  59.             window. Depending on the options, the window is green, yellow,
  60.             or red. pland uses notifier to display messages; notifier was
  61.             not integrated into pland to keep the pland executable as
  62.             small as possible (X/Motif programs tend to be very large).
  63.  
  64. Plan.icon   for SGI systems. Copy this file to your ~/.icons directory
  65.             to get a full-color icon.
  66. plan_cal.ps the PostScript skeleton for the print functions, should go
  67.             into /usr/local/bin (see LIB in the Makefile)
  68. plan.help   all help texts, should go into /usr/local/bin (see LIB in
  69.             the Makefile)
  70. Mkdoc       a contributed perl script that converts plan.help to troff
  71.             source.
  72. Killpland   a contributed perl script that can be called from ~/.logout
  73.             to kill pland on logout.
  74. Monochrome  a sample resource list for monochrome systems, to be appended
  75.             to ~/.Xdefaults .
  76.  
  77. plan and notifier print usage messages when an unknown option is used;
  78. pland has only one option, -k, that kills the existing daemon first if
  79. there is one. In particular, plan -d and notifier -d dump the default X
  80. resources; you can do "plan -d >>.Xdefaults" and modify the resources.
  81. Make sure the plan.help file is in your search path.
  82.  
  83. Note -- I do not guarantee the accuracy of the .holiday template files
  84. in the distribution.
  85.  
  86.  
  87. Bug reports to thomas@bitrot.in-berlin.de. Don't forget to include the
  88. version number as printed by "plan -v".
  89.  
  90.  
  91. Copyright:
  92.  
  93. plan is Copyrighted by Thomas Driemeyer, 1993, 1994. License to copy,
  94. publish, and distribute is granted to everyone provided that three
  95. conditions are met:
  96.  
  97. - my name and email address, "Thomas Driemeyer <thomas@bitrot.in-
  98.   berlin.de>" must remain in the distribution and any documentation
  99.   that was not part of this distribution. In particular, my name
  100.   and address must be shown in the About popup.
  101. - if you redistribute a modified version, the fact that the version
  102.   is modified must be stated in all places that my name is shown.
  103. - this copyright notice must be included in your distribution.
  104.  
  105. If these conditions are met, you can do whatever you like. The
  106. idea is that I would be pissed if someone else claimed he wrote the
  107. thing, and I don't want bugs introduced by others attributed to me.
  108. Make as much money with it as you can. Drop me a line, I am curious.
  109.  
  110. There are no implied or expressed warranties for plan. I do not
  111. claim it is good for anything whatsoever, and if you lose your
  112. precious data or your dog dies this is entirely your problem.
  113.